home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / RandomDot 1.1.0 / headers / RandomDot.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-10-19  |  349 b   |  13 lines  |  [TEXT/KAHL]

  1. /* RandomDot.h
  2.     by David Phillip Oster October 1994 oster@netcom.com
  3.     for:
  4.     Stuart Inglis singlis@waikato.ac.nz
  5.     Department of Computer Science
  6.     University of Waikato, Hamilton, New Zealand
  7.  */
  8. #ifndef __QDOFFSCREEN__
  9. #include <QDOffscreen.h>
  10. #endif    /* __QDOFFSCREEN__ */
  11.  
  12. OSErr ComputeAutoStereogram(GWorldPtr src, GWorldPtr dest, Boolean isGray);
  13.